home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 1 / Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso / FILES / BBS / MUBBS / Empire 1.0b9.cpt / Empire Instructions < prev    next >
Text File  |  1992-06-20  |  4KB  |  85 lines

  1. Hello and welcome to MUBBS Empire
  2. Current version is 1.0b9
  3.  
  4.     Note - 
  5.         MUBBS Empire the Beta testing version (anyway) is FREEWARE. The release version will be shareware and have 
  6.         a fee of $20.00. The original source code (version 1.0b6) will also be FREE.
  7.     
  8.     This is a small and quick multi-line/multi-player game of space combat.  One of my design goals was to make the
  9. game as "FAST" as possible. I have done this by by using a "budget" system. The player will choose different amounts
  10. of a budget to spend on each item. Once set these need not change.  New units are created every turn.
  11.    Combat is both simple and fast.
  12.    
  13.      Instructions for installing
  14.  
  15. 1. Put the "Empire Folder" at the same level as the "bbssupport" folder. 
  16.    /*There are 4 files that need to be in this folder, the rest are created by the game as it runs.
  17.        These are Empire Help, Hall of Fame, New Player hints, Opening. The game won't run without them! */
  18. 2. Put the "EMPNews.intro file into the "send" folder.
  19. 3. Move the "MUBBS Empire" code resource into the "modules" resource file.
  20. 4. Move the "EMPNews" code resource into the "modules" resource file.
  21.    /* This is actually a copy of the "backfile" module with the name changed to work with "MUBBS Empire" */
  22.    
  23.     That's it.
  24.  
  25.     Additional Tip
  26.    
  27.    I haven't inlcuded the ability to send "mail" becasue In a previous version on a another system, the sysop set up a 
  28. seperate "discussions" section so that players could form alliances and talk to each other about the game. I suggest you 
  29. do the same.
  30.    If a player tries to conquer with MINIMAL forces s/he will loose everything, and the game won't give hints!
  31.    Players are protected for the first 5 days of play.
  32.    Setting the "debuglevel" in the bbsconfig file to 99 will show various debugging printf's. 
  33.    
  34.     Secret Sysop Commands
  35.     
  36.     Type "U" from the "Main Menu" in order to access the Player Record editor. You can use this to "hack" the 
  37. totals that a player has. I included this mainly as a debugging tool in order to keep the game going if a player
  38. record gets mangled.
  39.  
  40.     Type "V" from the "Main Menu" in order to change the Game Variables.
  41.         Winning Score is the score necessary to win the game
  42.         Days to Protect is the number of days each player gets before they can be attacked.
  43.         Turns per Day is just that.
  44.     
  45.    Logging
  46.    
  47.    MUBBS Empire maintains a "News" file that also serves as a runtime error log. Any sort of Fatal "C" I/O 
  48. error will be shown here. You'll also hear from the player, because MUBBS Empire will quit at that point.
  49.  
  50.    Design Notes
  51.    
  52.    MUBBS Empire is a "port" mostly of a game that I wrote for "Hermes" which was in turn derived from a game called
  53. "Leech" by Walter Korman.  I have built in error checking into every function that does I/O either with the disk or the 
  54. user so the game *** SHOULD BE ***  VERY robust and NOT destroy you hard disk!
  55.        
  56.   Bugs/Features that I've noticed
  57.   
  58.   Sometimes you get a Cancel/Pause question that's coming from MUBBS itself. I think this is some sort of  setting
  59.   that I'm not doing correctly.
  60.   
  61.     FINAL warning / warrantee / disclaimer / Copyright Notice
  62.     
  63.     NOTICE:
  64.  
  65. This program source code and it's compiled version is
  66. Copyright (c) 1991 Ken McKittrick and N. Hawthorn.
  67.  Portions are also Copyright Symantec Corp. (the Think C people).
  68.  
  69. This program source code and it's compiled version IS NOT IN THE PUBLIC DOMAIN !
  70.  
  71. This program source code is made exclusivly for use with the "MUBBS"
  72. BBS system software. IT IS NOT TO BE USED IN ANY OTHER SOFTWARE PROGRAM.
  73.  
  74.  DISCLAIMER: This program is a test, it may not be fully debugged, USE AT
  75. YOUR OWN RISK ! BY USING THIS PROGRAM CODE, YOU AGREE TO HOLD IT'S AUTHOR
  76. HARMLESS FROM ANY AND ALL LITIGATION ARISING FROM IT'S USE. This program is
  77. not intended for any particular purpose, and especially not any you expect.
  78. It can crash, wipe out your hard drive, and make your life misiberable. Back
  79. up all data before using. YOU HAVE BEEN WARNED ! This program will self destruct
  80. if not handled in a caring manner.
  81.  
  82. Keep the copy that you downloaded in archive format or suffer the "download again"
  83. pain.
  84.  
  85.